Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultStyleCollection Class / CopyTo Method / CopyTo(NamedStyle[],Int32) Method
One-dimensional array into which the elements from ICollection are copied; the array indexing must be zero-based.
Zero-based index in the array at which to paste the styles


In This Topic
    CopyTo(NamedStyle[],Int32) Method
    In This Topic
    Copies the styles in the collection to a specified array at a specified location.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyTo( _
       ByVal array() As NamedStyle, _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultStyleCollection
    Dim array() As NamedStyle
    Dim index As Integer
     
    instance.CopyTo(array, index)
    public void CopyTo( 
       NamedStyle[] array,
       int index
    )

    Parameters

    array
    One-dimensional array into which the elements from ICollection are copied; the array indexing must be zero-based.
    index
    Zero-based index in the array at which to paste the styles
    See Also